Tighten up types for libjeeps.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 11 Apr 2005 20:41:37 +0000 (20:41 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 11 Apr 2005 20:41:37 +0000 (20:41 +0000)
gpsbabel/html.c
gpsbabel/palmdoc.c
gpsbabel/text.c

index 1e224fc0388860249bfbc352b349f73878e0a091..1f61d396687c1ddf79274ae3caff3d91940c71e7 100644 (file)
@@ -66,7 +66,7 @@ html_disp(const waypoint *wpt)
        int latint, lonint;
        char tbuf[1024];
        time_t tm = wpt->creation_time;
-       long utmz;
+       int32 utmz;
        double utme, utmn;
        char utmzc;
        
index ba4e2d5cc17ce22eb2453e21805e9b6646126421..cda37d95bae1ef43a51c3595a169e0cb990290f7 100644 (file)
@@ -415,7 +415,7 @@ palmdoc_disp(const waypoint *wpt)
        int latint, lonint;
        char tbuf[1024];
        time_t tm = wpt->creation_time;
-       long utmz;
+       int32 utmz;
        double utme, utmn;
        char utmzc;
        char *bm;
index 82698c28cfa829a79961bc14ce6b7fee647453e3..a80761b7d5d38d31683249944e4a195de92cd1bb 100644 (file)
@@ -67,7 +67,7 @@ text_disp(const waypoint *wpt)
        int latint, lonint;
        char tbuf[1024];
        time_t tm = wpt->creation_time;
-       long utmz;
+       int32 utmz;
        double utme, utmn;
        char utmzc;